download from colab to local drive

23

from google.colab import files
import pandas as pd
result.to_csv('example_file.csv')
files.download('example_file.csv')

Comments

Submit
0 Comments